home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / database / prn_lib / readme < prev    next >
Text File  |  1988-08-04  |  2KB  |  51 lines

  1.  
  2. ------------------------------------------------------------------------------
  3. Companion Disk for                                Craig Yellick - August, 1988
  4. Tutorial on Printer Control              Twin Cities dBASE Compiler User Group
  5. ------------------------------------------------------------------------------
  6.  
  7. Contents:
  8.  
  9. Batch files 
  10. for linking the sample report
  11. -----------------------------
  12. DLN.BAT        DOS Linker
  13. TLN.BAT        Turbo Linker (Borland's TLink)
  14. PLN.BAT        Phoenix Linker (PLink 86)
  15.  
  16.                Make sure the linker can find CLIPPER.LIB
  17.                and the two object files- REPORT and PRN_LIB.
  18.  
  19. Source code files
  20. -----------------
  21. PRN_LIB.PRG   Printer control function library.
  22. REPORT.PRG    Sample report.
  23.  
  24. Other files
  25. -----------
  26. REPORT.EXE    Sample fully compiled, linked and ready to use.
  27.               On command line, optionally specify name of
  28.               MEM file containing custom printer controls.
  29.               Note--- if you downloaded an ARC file to
  30.               get this set of files, the REPORT.EXE file
  31.               was omitted to cut down on the xmit time.
  32.  
  33. PRN_LIB.DOC   Documentation for PRN_LIB function library.
  34.               It's formatted with ^L-ejects etc and prints
  35.               real pretty with DOS's PRINT.COM.
  36.  
  37. *.OBJ         Object files using Clipper S'87.
  38. DATA.DBF      Data for use with REPORT.PRG.
  39.  
  40. EPSON.MEM     Printer controls for Epson printers (LQ-1500 especially).
  41.               Example:  C> REPORT EPSON
  42.  
  43. ------------------------------------------------------------------------------
  44. Questions?  Contact-  Craig Yellick
  45.                       Yellick Computing
  46.                       509 Maple Square
  47.                       Wayzata, MN 55391-1036
  48.                       (612) 473-1805
  49. ------------------------------------------------------------------------------
  50. * eof README
  51.